Appliance Recovery Reconciliation Job CreateSpec
The Appliance Recovery Reconciliation Job CreateSpec schema has the fields to request the start of reconciliation job.
This schema was added in vSphere API 6.7.
{
"sso_admin_user_name": "string",
"sso_admin_user_password": "string",
"ignore_warnings": false
}
Administrators username for SSO.
This property was added in vSphere API 6.7.
If missing or null
SSO authentication will not be used. If the vCenter Server is a management node or an embedded node, authentication is required.
Password for SSO admin user.
This property was added in vSphere API 6.7.
If missing or null
SSO authentication will not be used. If the vCenter Server is a management node or an embedded node, authentication is required.
Flag indicating whether warnings should be ignored during reconciliation.
This property was added in vSphere API 6.7.
If missing or null
, validation warnings will fail the reconciliation operation.